home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!DOCTYPE overlay SYSTEM "chrome://dictlookup/locale/dictlookup.dtd">
- <!--<?xml-stylesheet href="chrome://dictlookup/skin/overlay.css" type="text/css"?>-->
- <overlay id="DictionaryLookup-overlay"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <stringbundleset id="stringbundleset">
- <stringbundle id="dictlookupLocale" src="chrome://dictlookup/locale/dictlookup.properties"/>
- </stringbundleset>
-
- <script src="overlay.js"/>
-
- <popup id="contentAreaContextMenu">
- <menuseparator id="dictLookupSeperator" />
- <menuitem id="dictLookupDictCtrl" label="&translate;" oncommand="DictionaryLookup.dictLookup();"/>
- <menuitem id="dictLookupWikiCtrl" label="&wikipediaLookup;" oncommand="DictionaryLookup.wikiLookup();"/>
- </popup>
- </overlay>
-
-
-